home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
2257
/
2257.xpi
/
chrome
/
content
/
about.xul
next >
Wrap
Extensible Markup Language
|
2009-12-29
|
1KB
|
35 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window class="dialog"
title="ImTranslator - About"
orient="vertical"
autostretch="always"
onload="sizeToContent()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<groupbox align="center" orient="horizontal">
<vbox>
<text value="ImTranslator" style="font-weight: bold; font-size: x-large;"/>
<text value="ver. 3.3.3"/>
<separator class="thin"/>
<text value="Created By:" style="font-weight: bold;"/>
<text value="Smart Link Corporation" class="url"
onclick="window.open('http://www.smartlinkcorp.com'); window.close();"/>
<separator class="thin"/>
<text value="Home Page:" style="font-weight: bold;"/>
<text value="http://www.smartlinkcorp.com/"
class="url"
onclick="window.open('http://www.smartlinkcorp.com/'); window.close();"/>
<separator class="thin"/>
</vbox>
<spring flex="1"/>
<image src="chrome://imtranslator/skin/imtranslatorb.png"/>
</groupbox>
<hbox>
<spacer flex="1"/>
<button label="Close" oncommand="window.close();"/>
</hbox>
</window>